A demonstration of For Loops and While Loops in Python with emphasis on how they differ and when to use each one. This video was made for students of the Rice University Coursera course "An Introduction to Interactive Programming in Python" to help them know which loop to use! Example Code (in order of appearance): Basic For Loop: http://www.codeskulptor.org/#user25_L... Unrolled For Loop: http://www.codeskulptor.org/#user25_9... Basic While Loop: http://www.codeskulptor.org/#user25_i... While Loop Used Like a For Loop: http://www.codeskulptor.org/#user25_3...